C1SelectionManager<T> Class
In This Topic
Provides basic logic to handle item selection using different selection modes.
Object Model
Syntax
'Declaration
Public Class C1SelectionManager(Of )
public class C1SelectionManager<>
Type Parameters
- T
- The type of the items the C1SelectionManager will handle.
Inheritance Hierarchy
System.Object
C1.Silverlight.C1SelectionManager<T>
See Also